-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix C# gha errors #145
fix C# gha errors #145
Conversation
…y/RSharp into C#-gha-workflow
#Conflicts: # inst/extdata/rSharp.Examples.dll # inst/lib/ClrFacade.dll # inst/lib/DynamicInterop.dll # inst/lib/RDotNet.dll # inst/lib/rSharp.dll
This reverts commit d6b6c98.
.github/workflows/pr-workflow.yaml
Outdated
with: | ||
filters: | | ||
Csharp: | ||
- 'inst/lib/*.json' | ||
- 'shared/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that the C# workflows will run only if there's a change in one of these globs?
Part of the build process is to copy the RSharp.runtimeconfig.json from shared
so I don't know if you need the json specific one. If we change the version in shared
, that will change the version in inst/lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it will rebuild C# binaries only if changes are made in the shared
folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment about the C#/C++ build triggers. I am unsure about whether it's really required. It might be.
Not entirely required but may make our lives easier when working only on R code. |
No description provided.